projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2798f18
)
(Fw16_set_clipboard_data): Call find_charset_in_str
author
Kenichi Handa
<handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000
(
04:35
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000
(
04:35
+0000)
with MULTIBYTE arg 0.
src/w16select.c
patch
|
blob
|
history
diff --git
a/src/w16select.c
b/src/w16select.c
index d587e583187ffdba954737fa5d3f25f08f14af24..85cdd852c95e9f2fadf7e7c2754476e6cff177e3 100644
(file)
--- a/
src/w16select.c
+++ b/
src/w16select.c
@@
-449,7
+449,7
@@
DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat
|| !STRING_MULTIBYTE (string)
|| nbytes == XSTRING (string)->size)
? 0
- : find_charset_in_str (src, nbytes, charsets, Qnil, 0));
+ : find_charset_in_str (src, nbytes, charsets, Qnil, 0
, 1
));
if (!num || (num == 1 && charsets[CHARSET_ASCII]))
{